Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMSIS: define osSysTickRateHz in CMSIS headers #11

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

gabrbedd
Copy link

@gabrbedd gabrbedd commented Nov 15, 2023

This requires that the application define configSPAN_SYS_TICK_RATE_HZ. We primarily need it because we need an integer literal for defining a std::chrono-style clock based on the "SysTick".

Note that this updates both copies of the "control blocks" header. I'm not sure why we have two.

This requires that the application define configSPAN_SYS_TICK_RATE_HZ.
We primarily need it because we need an integer literal for defining
a std::chrono-style clock based on the "SysTick".

Note that this updates both copies of the "control blocks" header. I'm
not sure why we have two.
@gabrbedd gabrbedd merged commit 429930d into main Nov 17, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants